home *** CD-ROM | disk | FTP | other *** search
/ PC go! 2008 April / PCgo 2008-04 (DVD).iso / interface / contents / demoversionen_3846 / 13664 / files / Data1.cab / progids.rc < prev    next >
Encoding:
Text File  |  2001-10-16  |  511 b   |  15 lines

  1. // ProgIDs.RC -- Resource script for Delphi TurboCAD local servers.
  2. // Delphi doesn't support type libraries, so we use this resource
  3. // to find out what servers are in the .EXE.
  4. // (In lieu of performing a big search of the registry).
  5.  
  6. // "PROGIDS" is the predefined name for the resource -- Do not change.
  7. // Each server in the EXE should have its prog id listed here.
  8. // Separate server prog ids by "\0".
  9. // Terminate with an additional "\0".
  10.  
  11. PROGIDS RCDATA
  12. BEGIN
  13.     "RRect.RoundedRect\0\0"
  14. END
  15.